shortcutcontroller: Implement mnemonic cycling
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2020 16:55:49 +0000 (12:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Mar 2020 03:14:45 +0000 (23:14 -0400)
commit35332eb3b08d2eb6ed0ef6b04e41ba291a031512
tree27892e1f994c5468cc4bdb6d0be9f0f242432bca
parent586e7749d5aba9f2251cc1a345c68ea4d22d0138
shortcutcontroller: Implement mnemonic cycling

Make GtkShortcutController collect matching shortcuts
in the same way GtkKeyHash did (accept fuzzy matches
if we don't have any exact matches), and cycle among
the matches if we have multiple.
gtk/gtkshortcutcontroller.c